ANATIVEACTIVITY_HIDE_SOFT_INPUT_IMPLICIT_ONLY

Flags for ANativeActivity_hideSoftInput; see the Java InputMethodManager API for documentation.

Values

ValueMeaning
ANATIVEACTIVITY_HIDE_SOFT_INPUT_IMPLICIT_ONLY0x0001

The soft input window should only be hidden if it was not explicitly shown by the user.

ANATIVEACTIVITY_HIDE_SOFT_INPUT_NOT_ALWAYS0x0002

The soft input window should normally be hidden, unless it was originally shown with {@link ANATIVEACTIVITY_SHOW_SOFT_INPUT_FORCED}.

Meta